Welcome![Sign In][Sign Up]
Location:
Search - MATLAB fft

Search list

[Waveletchange

Description: matlab中应用小波变换的几个程序 包括cwt,dwt,fft,fftshift的使用 版本为matlab7.0-Application of wavelet transform matlab several procedures, including cwt, dwt, fft, fftshift use version matlab7.0
Platform: | Size: 2048 | Author: 杨青禾 | Hits:

[Algorithmfft

Description: 数值分析,通过自身递归调用实现奇偶分离,用于一维快速傅立叶程序变换代码的实现-Numerical analysis, through its own recursive call parity realize separation, for the one-dimensional Fast Fourier Transform code procedures realize
Platform: | Size: 7168 | Author: 于常青 | Hits:

[Algorithmsine_fft

Description: 通过读取已有的由matlab产生的数据文件进行1024点浮点fft运算的c程序.其中,radix2()实现基2算法,ChangeOrder()实现变址运算.-By reading existing data generated by the matlab file for 1024-point floating-point fft computing c procedures. Which, radix2 () realize radix-2 algorithm, ChangeOrder () realize change the site operator.
Platform: | Size: 193536 | Author: baoxiao | Hits:

[Communication-Mobilework_test1

Description: ofdm系统模型,包含信道估计 FFT变换 QPSK 16QAM调制 插入导频等,非常全面。-OFDM system model, including channel estimation FFT transform QPSK 16QAM modulation insert Pilot and so on, very comprehensive.
Platform: | Size: 27648 | Author: guang_j | Hits:

[matlabFFTmatlab

Description: 基于FFT的图像拼接程序,matlab实现的-Based on the FFT of the image mosaic program, matlab achieved
Platform: | Size: 73728 | Author: | Hits:

[matlab25w81121w3matlab-fft

Description: matlab fft 傅立叶变换 matalb语言-matlabfft Fourier Transform matalb language
Platform: | Size: 1024 | Author: zhuyjabc | Hits:

[Algorithmfft

Description: MATFOR FFT Visual Fortran program. MATFOR Extensions, as implied in the name, are data or components external to MATFOR modules that can be used to add versatility to MATFOR programs. Currently there are two types of extensions available with MATFOR, they are MATLAB Interface and Tecplot FileIO. MATLAB Interface, a new feature in MATFOR 4.1, provides MATFOR users access to MATLAB functions so they can obtain functionality that has not been built into MATFOR. The ability of using MATLAB functions makes MATFOR an ideal tool for those who create prototypes using MATLAB, then do implementation in C++ and other programming languages. Through the use of MATFOR, users may perform quick results comparisons between MATLAB and other languages. -MATFOR FFT Visual Fortran program.MATFOR Extensions, as implied in the name, are data or components external to MATFOR modules that can be used to add versatility to MATFOR programs. Currently there are two types of extensions available with MATFOR, they are MATLAB Interface and Tecplot FileIO. MATLAB Interface, a new feature in MATFOR 4.1, provides MATFOR users access to MATLAB functions so they can obtain functionality that has not been built into MATFOR. The ability of using MATLAB functions makes MATFOR an ideal tool for those who create prototypes using MATLAB, then do implementation in C++ and other programming languages. Through the use of MATFOR, users may perform quick results comparisons between MATLAB and other languages.
Platform: | Size: 272384 | Author: donotspam | Hits:

[matlabFFT_report

Description: FFT及应用实验报告,用matlab对fft进行仿真,包括图形和代码-Application of FFT and experimental reports on the fft using matlab simulation, including graphics and code
Platform: | Size: 100352 | Author: yew | Hits:

[Windows DevelopFastFourierTransform

Description: This function is written to understand and/or explain an fft algorithm and usage of radix2 procedure. This function take the signal which you want to find FFT, for m bit you can also call the function without entering a signal or number of points, because there is default values for y and m which are y = sin(2*pi*50*t)+sin(2*pi*120*t) m=3 you can see the steps of order reversing used as built-in function but non others. you will also see the taking butterfly tree steps. for more information read the help file of function. in future this can be improve as selective radix or any other feature you suggest please notice me for any sugestion.
Platform: | Size: 3072 | Author: dairy | Hits:

[Otherofdm

Description: 对ofdm系统进行仿真,包括信源、信道、串并变换和并串变换,FFT和IFFT变换等,以及对误码率的考虑。-Simulation of the OFDM system, including source, channel, and to transform and string, and strings Transform, FFT and IFFT transform, as well as on the bit error rate considerations.
Platform: | Size: 2048 | Author: 阿妹儿 | Hits:

[matlabFFT

Description: 用与语音信号处理中的预处理中MATLAB原代码 -Used with the voice signal processing Preprocessing the original MATLAB code
Platform: | Size: 3072 | Author: 刘辉 | Hits:

[matlabFFT

Description: 用matlab编写的比较全面的关于非线性光纤中孤子演化的程序-Matlab prepared with a more comprehensive on the nonlinear optical soliton evolution in the process
Platform: | Size: 1024 | Author: luxixi | Hits:

[matlabmyfft

Description: fft自编源码,用于快速傅立叶变换的matlab程序-fft own source for the Fast Fourier Transform matlab procedures
Platform: | Size: 1024 | Author: 连蓬勃 | Hits:

[matlab12

Description: Matlab做的关于三角波,正弦波,方波的FFT算法,可以分析方波信号、三角波信号的频谱以及采样点数、采样频率对频谱分辨率的影响。-Matlab to do on the triangle wave, sine wave, square wave of the FFT algorithm, can be analyzed square-wave signal, triangular wave signal of the spectrum as well as the sampling points, the sampling frequency affect the resolution of the spectrum.
Platform: | Size: 1024 | Author: venppen | Hits:

[matlabsignal_procesing_using_matlab

Description: 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir滤波器窗函数wn idealfilter 理想滤波器(低通,高通,带通)hdn idealhd 理想低通滤波器 /fir gui(fir滤波器GUI设计) gui_top 总图 gui_fir fir滤波器GUI gui_sigout 选择信号GUI /power caculate(功率谱分析) directpower 直接谱分析 indirectpower 间接谱分析(估计谱分析) noise 噪声谱分析 /sigout(常见信号产生) sigout 离散信号产生-Digital signal processing matlab based on the content of the document/conv (convolution part) dupconv law of reservations freqcirconv overlapping frequency domain circular convolution freqconv frequency domain convolution timecirconv time-domain circular convolution timeconv time-domain convolution/fft (frequency domain analysis part) d2fft base 2FFT dft DFT the most simplified procedure dtft DTFT demo/fir (fir filter design) fir be fir filter hn getwindow be fir filter window function wn idealfilter ideal filter (low pass, high pass, band-pass) hdn idealhd ideal low-pass Filter/fir gui (fir filter GUI design) gui_top general layout gui_fir fir filter selection GUI gui_sigout signal GUI/power caculate (power spectrum analysis) directpower direct spectral analysis indirectpower indirect spectral analysis (spectral analysis estimated) noise noise spectrum analysis/sigout (common signals) sigout discrete signals
Platform: | Size: 36864 | Author: 芦达 | Hits:

[AlgorithmHowToUseFFT2

Description: vc++和matlab语言相转化的接口软件,功能强大,工具箱互相兼容,转化成的代码质量好。-vc++ and language phase transformation matlab interface software, powerful, compatible toolbox, into the code of good quality.
Platform: | Size: 141312 | Author: chenxiaoan | Hits:

[Algorithmfourier

Description: 采用Matlab自己编写的傅里叶变换,并不是使用软件提供的FFT2-I have written using Matlab Fourier transform, not using software provided by FFT2
Platform: | Size: 102400 | Author: 巢歌 | Hits:

[AlgorithmFFT_API

Description: 一个高手写的FFT的PPT 需要的来-Written by a master of the FFT needs to PPT
Platform: | Size: 158720 | Author: Juggler | Hits:

[AlgorithmFFT1024

Description: matlab 实现 1024点 FFT 运算 已经试过 运行很好-matlab achieve the 1024-point FFT computation
Platform: | Size: 12288 | Author: 赵俊 | Hits:

[matlabmatlab_fft

Description: 用matlab中的FFT函数实现了正弦信号,矩形信号,和白噪声的频谱分析-FFT with matlab function in a sinusoidal signal, the rectangular signal, and white noise spectrum analysis
Platform: | Size: 1024 | Author: wu jinghui | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net